Forum Activity for @michael

michael
@michael
11/01/18 07:23:54PM
7,816 posts

Email forwarding to several email addresses?


Jamroom Hosting

Did you try setting up 2 individual email forwarders?
info@example.com => test1@test.com
info@example.com => test2@test.com
michael
@michael
11/01/18 04:01:34AM
7,816 posts

My site does not appear to support SSL?


Installation and Configuration

Try turning off the private site option, see if you can open that page, if YES then try turning on the CREATE SSL URLS option, then turning privacy back on again.

I suspect the URL is not opening may be related to the site being unavaliable to non-logged in users, seams like that may be a bug if it does work.
michael
@michael
11/01/18 03:47:19AM
7,816 posts

How do I switch my profile?


Using Jamroom

That looks like the correct location to change profiles. There is nothing more you need to do than to go to the profile you want to post at.

An admin user will always be able to post to any profile.

A normal level user will need to be linked to a profile in order to post.

When you post to a profile it is you the 'user' that is doing the posting and that will be recorded along with what is posted.

If you dont want to show user information in the output template you can adjust the .tpl files to format the output however you like.

So if you're linked to 'profileA' and 'profileB' visit the profiles at
yoursite.com/profilea/
yoursite.com/profileb/

Then navigate to the location you want to create new items for and there should be a + button to create a new one.
michael
@michael
11/01/18 03:23:30AM
7,816 posts

My site does not appear to support SSL?


Installation and Configuration

Login as the admin user then go to
https://johanniter-intern.de/user/ssl_check

See if it gives you the OK response.

Your system check looks ok.

Try running the integrity check just to get it out of the way as a possible issue
ACP -> MODULES -> CORE -> SYSTEM CORE -> TOOLS -> INTEGRITY CHECK -> check all checkboxes -> RUN

jrCore_load_url is not important unless you want to look at the code yourself. if you do its in the util.php file in the jrCore module. What it does is important though, what it does is it tries to load that URL above over SSL and for you its failing. SOOOOOO...... its either
A: the page cant be loaded OR
B: the loading function isnt working.

Not sure which yet. If while logged in as the admin user you get the OK from that url above, then its probably the function not working. If that the case then its probably that your server does not have CURL functions enabled for php. In which case my suggestion will be contact the server company to see that it has all the needed functions.

BUT, i would have expected to see notice of that in the SYSTEM CHECK that you ran and it looks ok. so not sure.
michael
@michael
11/01/18 01:41:31AM
7,816 posts

Unknown Upload (Audio+Video) Error


Installation and Configuration

you can try looking in the CONSOLE of the browser. In Firefox you can get to the console by hitting F12 then choosing the CONSOLE tab.

This shows you any javascript messages that happen at the time of upload.

If there is nothing useful there, then the next place to look is the servers error logs.
console.jpg console.jpg - 234KB
michael
@michael
11/01/18 01:35:28AM
7,816 posts

A problem while i click in the comment button


Using Jamroom

On the users profile timeline page there should be a comment box there. screenshot. Make sure the profile is setup to allow access to the comments from the ACP.
timeline_comment.jpg timeline_comment.jpg - 52KB
michael
@michael
11/01/18 01:29:36AM
7,816 posts

My site does not appear to support SSL?


Installation and Configuration

Malthor:..... is actualy needed in my case.....
Do you have the lock failing with warnings like "non-secure images are loaded in the page, this page is not secure"?

This can be caused if you use an external image with an http:// start in say an:
<img src="http://some-site.com/some-image.png"...........
which needs to be rewritten to
<img src="https://some-site.com/some-image.png"...........
to fix the above warning. If you do then you need to turn this feature on to have the http:// rewritten to https://
michael
@michael
11/01/18 01:26:07AM
7,816 posts

My site does not appear to support SSL?


Installation and Configuration

I saw what you said, just without a URL to confirm it for myself I needed to ask.

that error will show when the function to check it fails. The function to check it tries to open:
https://yoursite.com/user/ssl_check
and expects an OK response (screenshot)

If that URL is ok, then the issue could be that the url loading function is not working:
jrCore_load_url

Check that you have no orange lights on at
ACP -> MODULES -> CORE -> SYSTEM CORE -> TOOLS -> SYSTEM CHECK
this_url.jpg this_url.jpg - 12KB

updated by @michael: 11/01/18 01:26:29AM
michael
@michael
11/01/18 01:03:26AM
7,816 posts

My site does not appear to support SSL?


Installation and Configuration

are you able to access your site via
https://your-site.com?
  104